home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d20 / nodify.arc / RELNOTES.TXT < prev    next >
Text File  |  1991-08-26  |  3KB  |  110 lines

  1.  
  2. Notes for Nodify ver 1.0:
  3.  
  4. 08/26/91   Version 1.0 release.
  5.  
  6. I have cleaned up the code a little bit and added a new option.
  7. You can now specify the name of a config file to be used in place
  8. of NODIFY.CFG.  It came in handy while testing for me and I
  9. thought it would be of use to those who may need to process for
  10. different networks.  Nodify also reports the number of messages
  11. written before a normal exit.
  12.  
  13. I feel pretty good about this in general and am making this the
  14. full release.
  15.  
  16. There are going to be future updates as time permits.
  17.  
  18. Bill
  19.  
  20.  
  21. 07/21/91   Version 1.0c beta.
  22.  
  23. I have been busy on other project for my (part-time ?) job, and
  24. barely had some time to work on this update.  This update was
  25. done in a few hours time.
  26.  
  27. The keywords in the config file are nolonger case sensitive.
  28.  
  29. As a part of multi zone support, you can specify a ZONE keyword.
  30. It will change the default zone from the one given in your
  31. address.  This will most likely be of use of a *C who blongs to
  32. an othernet (tm) and uses a different zone as primary.
  33.  
  34. Example:
  35.  
  36. ZONE 69
  37.  
  38.  
  39. FLAG is the other optional keyword.  You can add in your own
  40. kludge line with this flag.  Note, it one adds one klude line.
  41. The main use of this is for making a message do direct via a
  42. FLAGS kludge line.
  43.  
  44. Example:
  45.  
  46. FLAG  FLAGS DIR
  47.  
  48.  
  49. Bill
  50.  
  51. ----
  52.  
  53. 6/19/91.   Version 1.0b beta.
  54.  
  55. Zone and point support is added in from what I could figure out
  56. in FTS-0001.  The point addressing should not cause problems.
  57. Unfortunatly, the standard in the stored message has changed
  58. slightly from what I remember.  FTS-0001 shows zone and point
  59. numbers (both orig and dest) where two date stamps used to be.
  60. <sigh>  Let me know if a reader or packer breaks on it..
  61.  
  62. Points are not parsed from the nodelist... yet.
  63.  
  64. Point number assumes to be no point.. (not necessairly true..)
  65.  
  66. Multi Zone support probabally will not work.
  67.  
  68. Both the network and zone default to what is found in the config
  69. file.  It should no longer be necessary to make sure a Host,
  70. Region, or Zone keyword appears in the nodelist segment.
  71.  
  72. There was a slight glitch where I was trying to use addition to
  73. get the correct attribute value for a message.  I had MsgPrivate
  74. listed twice and the message was written as crash.  I've fixed it
  75. from my programming errors and added the local bit as was
  76. intended the first time out..
  77.  
  78. The required fields in the config file are checked for now.
  79. Errorlevel 2 indicates a fatal error in the config file.  I.e.,
  80. not there, or missing required parameter.
  81.  
  82. Bill
  83.  
  84.  
  85. ----------
  86.  
  87. 6/9/91.
  88.  
  89. Lines in the config file:
  90.  
  91. NODE 1:369/11.0
  92.  
  93. node address, needs to be 4d for now.
  94.  
  95. The segments:  Again, it is not completely zone aware, but can
  96. handle within one zone.  Also, you should let it process the
  97. host statment in the segment.  It is not defaulting a network
  98. address right now, and needs to find it from the segment for the
  99. destination addresses.
  100.  
  101. The config file:  The program reports bad lines, but not missing
  102. lines.  If your config file is missing a control line, I don't
  103. know what will happen.
  104.  
  105. To get a hold of me:  (for bugs and comments, etc.)
  106.  
  107. Fidonet:  W.C. Rothanburg, 1:369/11 (and 1:369/0)
  108. Internet: wcr@branch.fidonet.org -or- wcr@tree.metrolink.com
  109.  
  110.